home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 25
/
AACD 25.iso
/
AACD
/
Magazine
/
Online
/
QMail
/
source
/
cdb.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-04-15
|
160 b
|
13 lines
#ifndef CDB_H
#define CDB_H
#include "uint32.h"
extern uint32 cdb_hash();
extern uint32 cdb_unpack();
extern int cdb_bread();
extern int cdb_seek();
#endif